This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: @Today ~Umberto Nongeroson 6.Jan.04 03:06 AM a Web browser Domino Designer 6.0.1Windows 2000
Use @Text(@Today); @Prompt expects a text argument and @Today is of type date/time. By the way, you don't need the FIELD statement. Just delete it.
By the way, it's unusual to use @Prompt in a validation formula. Use @Failure instead. @Prompt will display a message, but the document will be saved anyway.